
@font-face {
    font-family: "Titillium";
    src: url("../fonts/Titillium-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Titillium";
    src: url("../fonts/Titillium-Semibold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}


* {
    font-family: Titillium, sans-serif;

}
html, body, ul, li, section {
    margin: 0; padding: 0;
    box-sizing: border-box;
}
html {
    text-align: center;
}
body  {
    max-width: 760px;
    margin: auto;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    border: solid 1px #666;
    position: relative;
    background-color: #fff;
}
ul { list-style: none; }
a { color: #008cb0; text-decoration: none; }
a:hover { cursor: pointer; text-decoration: underline; }


#logos img:nth-child(1) {
    max-width: 72px;
    width: 15%;
    margin-top: 5.6578947%;
    margin-left: 5.657896%;
}
#logos img:nth-child(2) {
    max-width: 225px;
    width: 40%;
    float: right;
    margin-top: 0.9%;
    margin-right: 12.2368%;
}

#ratio, #ratio2 {
    height: calc( 37.6315789vb );
    resize: horizontal;
    writing-mode: horizontal-tb;
    position: relative;
    max-height: 260px;
    aspect-ratio: 758/215;
    width: 100%;
}
#ratio img, #ratio2 img {
    position: absolute;
}
#ratio img:nth-child(1) {
    max-width: 58.1%;
    bottom: calc( 1.0vb );
}
#ratio img:nth-child(2) {
    max-width: 51.6%;
    bottom: 0;
    right: 0;
}



#ratio2 {
    /* height: calc( 27.6315789vb ); */
    max-height: 250px;
    margin-top: calc( -1vb );
}
#ratio2 img:nth-child(1) {
    max-width: 30.1%;
    bottom: calc( -1.0vb );
    /* bottom: -5px; */
}
#ratio2 img:nth-child(2) {
    max-width: 30.1%;
/*     bottom: calc( 0.66vb ); */ /* Linux */
    bottom: calc( 0.5vb ); /* Mac */
    left: 30.1%;
}

    /* FF only */
    @-moz-document url-prefix() {
        #ratio2 img:nth-child(2) {
            bottom: calc( 0.45vb ); /* Mac */
            /*bottom: calc( 0.87vb );*/ /* */
        }
    }
    /* Safari 11+ */
    @media not all and (min-resolution:.001dpcm) {
        @supports (-webkit-appearance:none) and (stroke-color:transparent) {
            #ratio2 img:nth-child(2) {
                bottom: calc( 0.87vb );
            }
        }
    }

#ratio2 img:nth-child(3) {
    max-width: 49.6%;
    /* bottom: calc( -6.2vb ); */
    top: calc( 1.38vb );
    right: 0;
}
header:has( #ratio2 ) ~ aside {
    margin-top: calc( -1.8vb );
}
header:has( #ratio2 ) ~ aside section:first-child {
    margin-top: 40px;
}
header:has( #ratio2 ) ~ main {
    margin-top: 40px;
}

.ecke {
    margin: 0 -10px 0 -21px;
    background-color: #fff;
    line-height: 1px;
    font-size: 1px;
    max-height: 50px;
}
aside img {
    max-width: 205px;
}
aside {
    float: right;
    margin: -29px 5.263158% 0 0;
    max-width: 174px;
    width: 25%;
    z-index: 100;
    resize: horizontal;
    background-color: #e0e0e0;
    position: relative;
    padding: 30px 10px 0 21px;
    margin-bottom: 250px;
}
aside b { display: block; }
aside li { 
    padding: 6px 0;
}
aside hr {
    margin-top: 15px;
    position: relative;
    border: none;
}
aside .screen li {
    padding-left: 20px;
    margin-bottom: 0;
}
aside .screen li:before {
    content: url('../img/bullet.svg');
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-left: -20px;
} 
aside p {
    line-height: 21px;
}
aside hr::before {
    content: '';
    border-top: solid 2px #008cb0;
    display: block;
    width: 17%;
}
aside h2 {
    font-size:20px;
    line-height:24px;
}
main {
    float: left;
    margin-left: 7.2368%;
    margin-right: 0;
    max-width: 420px;
    width: 55.263158%;
    position: relative;
    display: flex;
    flex-direction: column;
}

li {
    padding-left: 20px;
    margin-bottom: 7px;
}
li::before {
    content: url('../img/bullet.svg');
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-left: -20px;
}
ul:has( li.screen ) li {
    padding: 6px 0;
    margin: 0;
}
ul:has( li.screen ) li::before {
    content: none;
}


main h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}
main h1 span {
    font-size: 22px;
    line-height: 28px;
    display: block;
}
main h2 {
    font-size: 20px;
    line-height:24px;
}
main h3 {
    font-size: 20px;
    color: #576970;
    font-weight: bold;
}
main hr {
    margin-top: 15px;
    position: relative;
    border: none;
    display: block;
}
main hr::before {
    content: '';
    border-top: solid 2px #008cb0;
    display: block;
    width: 50px;
    margin-left: 30px;
}
.mobile { display: none; }

main {
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
}
main > section {
    display: block;
}

.block1 { order: 2; }
.block2 { order: 1; }
.block3 { order: 4; }
.mobile { order: 5; }


.audit {
    position: absolute;
    bottom: 30px;
    right: 15px;
    max-width: 245px;
    padding-bottom: 12px;
    /* margin-bottom: 10px; */
}
.audit img {
    width: 143px;
    display: block;
    max-width: 143px;
    margin-right: 92px;
}

.audit img:last-child {
	margin-top: 24px;
	margin-bottom: 10px;
}

.audit p {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}


footer {
    clear: both;
    text-align: right;
    font-size: 1px;
    line-height: 1px;
    padding-top: 10px;
}
footer img {
    max-width: 724px;
    width: 95.263158%;
    font-size: 1px;
    line-height: 1px;
}

.noMg {
    margin-bottom: 0;
}

@media screen and ( max-width: 759px ) {
    #ratio {
        height: calc( 34vi );
    }
    #ratio img:nth-child(1) {
        bottom: calc( 1.57vi );
    }

    #ratio2 {
        height: calc( 34vi );
    }
    #ratio2 img:nth-child(1) {
        /* top: calc( 6.5vb ); */
        bottom: calc( -1.07vb );
    }

    #ratio2 img:nth-child(2) {
        /* top: calc( 6.5vb ); */
        bottom: 0;
    }

    aside {
        margin-right: 5.263158%;
        margin: calc( -2.35vb ) 15px 0 15px;
        padding-top: 1px;
        float: none;
        width: auto;
        max-width: 100%;
    }
    aside hr { display: none; }
    .screen { display: none; }
    .mobile { display: block; }
    header:has( #ratio2 ) ~ main {
        margin-top: 0;
    }
    header:has( #ratio2 ) ~ aside section:first-child {
        margin-top: 0;
    }
    main {
        float: none;
        max-width: inherit;
        width: auto;
        margin: 0 15px;
        padding-top: 10px;
    }
    main h1 {
        font-size: 24px;
        line-height: 30px;
    }
    main h1 span {
        font-size: 20px;
        line-height: 24px;
    }
    main h2 { font-size: 22px; }
    main h3 { font-size: 20px; }
    .block1 { order: 1; }
    .block2 { order: 2; }

    aside .shortfacts ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        margin-bottom: 0;
    }
    aside .shortfacts li {
        width: 50%;
    }
    aside .shortfacts li:nth-child(1) { order: 1; }
    aside .shortfacts li:nth-child(3) { order: 3; }
    aside .shortfacts li:nth-child(4) { order: 5; }
    aside .shortfacts li:nth-child(6) { order: 2; }
    aside .shortfacts li:nth-child(7) { order: 4; }
    .audit {
        position: relative;
        margin-left: 15px;
        margin-top: 35px;
        width: initial;
        max-width: initial;
        right: 0;
        padding-bottom: 0;
        bottom: 10px;
    }
    .audit p {
        text-align: left;
        max-width: 245px;
    }
    .audit img {
        width: 30%;
    }
}

@media screen and ( max-width: 549px ) {
    main h1 {
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
    }
    main h1 span {
        font-size: 18px;
        line-height: 22px;
    }
    main h2 { font-size: 19px; }
    main h3 {
        font-size: 20px;
        color: #576970;
        font-weight: 700;
    }
}

.noWrap {
    white-space: pre;
    word-break: keep-all;
  }